projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59566e
)
(fringe-mode): Set to nil.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Aug 2002 04:59:14 +0000
(
04:59
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 17 Aug 2002 04:59:14 +0000
(
04:59
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index b1c0d9d831c71d17b9ed0d4a8241060a1fce3eff..662a3d5763efd8388d76410a48368479e822ba54 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-679,6
+679,10
@@
Do the same for the keys of the same name."
(interactive)
(customize-set-variable 'fringe-mode nil))
+;; The real definition is in fringe.el.
+;; This is to prevent errors in the :radio conditions below.
+(setq fringe-mode nil)
+
(define-key menu-bar-showhide-fringe-menu [default]
'(menu-item "Default" menu-bar-showhide-fringe-menu-customize-reset
:help "Default width fringe on both left and right side"